Minor doc clarification for gdk_drag_begin
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Mar 2010 01:59:27 +0000 (20:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Mar 2010 02:01:30 +0000 (21:01 -0500)
Mention that targets is a list of atoms. Bug 611317.

gdk/x11/gdkdnd-x11.c

index 824f96d2355941cc610f062b3d97d79eefa69587..60adca0d3e4a7a44c395468fff0b5a3a7dd05657 100644 (file)
@@ -3103,7 +3103,7 @@ gdk_drag_do_leave (GdkDragContext *context, guint32 time)
 /**
  * gdk_drag_begin:
  * @window: the source window for this drag.
- * @targets: the list of offered targets.
+ * @targets: the offered targets, as list of #GdkAtom<!-- -->s
  * 
  * Starts a drag and creates a new drag context for it.
  *